projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2763eed
)
(char_quoted): Mixup byte/char pos.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 19 Aug 2004 19:00:58 +0000
(19:00 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 19 Aug 2004 19:00:58 +0000
(19:00 +0000)
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index 83763061d8227687ebc524f8f9b59c6e226ad3d1..e1fb7532b85b39d1415f41409a46df1399585c32 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-292,7
+292,7
@@
char_quoted (charpos, bytepos)
DEC_BOTH (charpos, bytepos);
- while (
byte
pos >= beg)
+ while (
char
pos >= beg)
{
int c;